home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
begman.lha
/
begmanual
/
begman05.ps
< prev
next >
Wrap
Text File
|
1992-02-14
|
16KB
|
892 lines
%!PS-Adobe-2.0
%%Title: (null)
%%Creator: emmel
%%CreationDate: Wed Dec 4 10:40:59 1991
%%Pages: 0
%%BoundingBox: 18 2.88 426.895 496.815
%%EndComments
/draw_initial_state save def
/displaylistdict 80 dict def
displaylistdict begin
%% catch nocurrentpoint error for:
%% pathbbox
/ncpoint errordict /nocurrentpoint get def
errordict begin
/nocurrentpoint
{
dup /pathbbox load eq
{ pop 0 0 1 1 }
{ ncpoint }
ifelse
} bind def
end
/m {moveto} bind def
/l {lineto} bind def
%% pattern stuff
/BPSIDE 32 def %% pixels per pattern side
/PATFREQ 3.0 def %% pattern pixels per mm
/drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
/drawpat_pw BPSIDE def %% pattern pixel width
/drawpat_ph BPSIDE def %% pattern pixel height
/drawpat_w drawpat_pw PATFREQ div def %% pattern mm width
/drawpat_h drawpat_ph PATFREQ div def %% pattern mm height
/drawpat_bs 1 def %% pattern bits per pixel
/topmat matrix def
/patmat matrix def
/start_display_list
{
0 setlinecap
10 setmiterlimit
} bind def
/patpath {
topmat setmatrix
pathbbox %% get lo - hi indecies
/hy exch drawpat_h div floor cvi def
/hx exch drawpat_w div floor cvi def
/ly exch drawpat_h div floor cvi def
/lx exch drawpat_w div floor cvi def
lx 1 hx {
drawpat_w mul
ly 1 hy {
drawpat_h mul
exch dup 3 1 roll exch
patmat currentmatrix pop
translate
drawpat_pw drawpat_ph drawpat_bs
drawpat_mat drawpat_proc image
patmat setmatrix
} for
pop
} for
} bind def
/saveCurrentPoint
{
currentpoint /cpy exch def /cpx exch def
} bind def
/restoreCurrentPoint
{
cpx cpy moveto
} bind def
/r {rmoveto} bind def
/sp {x 0 rmoveto} bind def
/rl {rlineto} bind def
/onelet 1 string def
%% show a string
/s {
complex_color
{
{
onelet exch 0 exch put
gsave
onelet true charpath
clip patpath
grestore
onelet stringwidth rmoveto
} forall
}
{ show }
ifelse
} bind def
/box { newpath m l l l closepath } bind def
/pix_to_units { 144 300 div mul } bind def
/apix_to_units { 144 exch div mul } bind def
/reencode_small_dict 12 dict def
/ReencodeSmall {
reencode_small_dict begin
/new_codes_and_names exch def
/new_font_name exch def
/base_font_name exch def
/base_font_dict base_font_name findfont def
/newfont base_font_dict maxlength dict def
base_font_dict {
exch dup /FID ne
{ dup /Encoding eq
{ exch dup length array copy newfont 3 1 roll put }
{ exch newfont 3 1 roll put }
ifelse
}
{ pop pop }
ifelse
} forall
newfont /FontName new_font_name put
new_codes_and_names aload pop
new_codes_and_names length 2 idiv
{ newfont /Encoding get 3 1 roll put }
repeat
new_font_name newfont definefont pop
end %%reencode_small_dict
} def
/extended_Zapf [
8#223 /a89
8#224 /a90
8#225 /a93
8#226 /a94
8#227 /a91
8#230 /a92
8#231 /a205
8#232 /a85
8#233 /a206
8#234 /a86
8#235 /a87
8#236 /a88
8#237 /a95
8#240 /a96
] def
/extended_Standard [
128 /Acircumflex
129 /Adieresis
130 /Agrave
131 /Aring
132 /Atilde
133 /Ccedilla
134 /Eacute
135 /Ecircumflex
136 /Edieresis
137 /Egrave
138 /Iacute
139 /Icircumflex
140 /Idieresis
141 /Igrave
142 /Ntilde
143 /Oacute
144 /Ocircumflex
145 /Odieresis
146 /Ograve
147 /Otilde
148 /Scaron
149 /Uacute
150 /Ucircumflex
151 /Udieresis
152 /Ugrave
153 /Ydieresis
154 /Zcaron
155 /aacute
156 /acircumflex
157 /adieresis
158 /agrave
159 /aring
160 /atilde
209 /ccedilla
210 /copyright
211 /eacute
212 /ecircumflex
213 /edieresis
214 /egrave
215 /iacute
216 /icircumflex
217 /idieresis
218 /igrave
219 /logicalnot
220 /minus
221 /ntilde
222 /oacute
223 /ocircumflex
224 /odieresis
228 /ograve
229 /otilde
230 /registered
231 /scaron
236 /trademark
237 /uacute
238 /ucircumflex
239 /udieresis
240 /ugrave
242 /ydieresis
243 /zcaron
244 /Aacute
] def
/extended_Symbol [
] def
/extend_font { %% stack: fontname newfontname
exch dup (ZapfDingbats) eq
{ cvn exch cvn extended_Zapf ReencodeSmall }
{ dup (Symbol) eq
{ cvn exch cvn extended_Symbol ReencodeSmall }
{ cvn exch cvn extended_Standard ReencodeSmall }
ifelse
}
ifelse
} bind def
/getfont {
/f exch def f cvn where
{ begin f cvx cvn exec setfont end }
{ f 0 f length 3 sub getinterval (LocalFont) extend_font
/LocalFont findfont
/sz f f length 3 sub 3 getinterval cvi def
[ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
setfont
}
ifelse
} bind def
/ul { %% space drop thickness
gsave currentpoint currentlinewidth
currentpoint newpath moveto 6 -3 roll
setlinewidth 0 exch r
0 rl stroke setlinewidth m
grestore
} bind def
/ss { currentpoint pop exch m } bind def
/image_raster { %% sw sh dw dh xs ys
translate scale /sh exch def /sw exch def
/imagebuf sw 7 add 8 idiv string def
sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
image
} bind def
/leader_insert
{
/str exch def /sp1 exch def
-1 0 { pop sp1 0 str ashow } for
} bind def
/nx { /x exch def } bind def
0. nx
%%EndProlog
%%Page: 1 1
gsave 2.83465 -2.83465 scale
saveCurrentPoint newpath restoreCurrentPoint
144.249 0 rlineto
0 174.249 rlineto
-144.249 0 rlineto
closepath clip
-7.8754 -7.8754 rmoveto
currentpoint translate
topmat currentmatrix pop
start_display_list
% text
0 setgray
/complex_color false def
matrix currentmatrix [1 0 0 1 12 12.143] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (1:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 39.2507 28.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (cont) s
setmatrix
% rfrm
2 setlinejoin
0.2492 setlinewidth
gsave
% 4 arcs
matrix currentmatrix
46.8754 31.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
38.8754 31.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
38.8754 31.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
46.8754 31.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1.00001 0 0 1 55.7221 14.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
60.8754 17.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
52.8754 17.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
52.8754 17.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
60.8754 17.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 69.9309 28.1037 m 66.6283 27.203 l 67.8292 25.4015 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 57.9309 20.1037 m
67.2287 26.3023 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 43.9309 28.1037 m 46.0326 25.4015 l 47.2336 27.203 l closepath
eofill
grestore
gsave
newpath 55.9309 20.1037 m
46.6331 26.3023 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 42.9175 42 m 41.835 38.7524 l 44 38.7524 l closepath
eofill
grestore
gsave
newpath 42.9175 34 m
42.9175 38.7524 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 41.7221 42.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% rfrm
2 setlinejoin
gsave
% 4 arcs
matrix currentmatrix
46.8754 45.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
38.8754 45.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
38.8754 45.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
46.8754 45.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 51.8319 56.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
56.8754 59.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
48.8754 59.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
48.8754 59.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
56.8754 59.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 30.0745 56.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
36.8754 59.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
28.8754 59.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
28.8754 59.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
36.8754 59.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 33.8754 56.1246 m 35.4063 53.0627 l 36.9373 54.5937 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 41.8754 48.1246 m
36.1718 53.8282 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 51.8754 56.1246 m 48.8135 54.5937 l 50.3445 53.0627 l closepath
eofill
grestore
gsave
newpath 43.8754 48.1246 m
49.579 53.8282 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 64.6129 29.3365] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 63.3306 28.1246 m
79.8754 28.1246 l
79.8754 34.7749 l
63.3306 34.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 132.341 39.2138] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 131.059 38.0019 m
147.603 38.0019 l
147.603 44.6522 l
131.059 44.6522 l
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 118 41.3271 m 112.5 43.1604 l 112.5 39.4938 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 102 41.3271 m
112.5 41.3271 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 28 70] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp (A) s
sp sp sp sp (Register,4\(BB\)) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 114 70] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (4) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 12 88] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (2:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 52.5246 95.6528] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (1) s
setmatrix
% rfrm
2 setlinejoin
0.2492 setlinewidth
gsave
% 4 arcs
matrix currentmatrix
57.568 97.7947 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
49.568 97.7947 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
49.568 97.7947 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
57.568 97.7947 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 132.341 95.2138] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
0 setlinejoin
gsave
newpath 131.059 94.0019 m
147.603 94.0019 l
147.603 100.652 l
131.059 100.652 l
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 118 97.3271 m 112.5 99.1604 l 112.5 95.4938 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 102 97.3271 m
112.5 97.3271 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 28 108] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp (LA) s
sp sp (Register,1) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 114 108] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (3) s
setmatrix
% polyline2
% arrow
gsave
newpath 90 144 m 86.5826 143.799 l 87.3867 141.789 l closepath
eofill
grestore
0.2492 setlinewidth
gsave
newpath 70 136 m
86.9847 142.794 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 67.2426 130.858] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (:=) s
setmatrix
% rfrm
2 setlinejoin
gsave
% 4 arcs
matrix currentmatrix
73 133 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
65 133 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
65 133 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
73 133 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 45.8467 144.858] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (+) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
51 147 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
43 147 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
43 147 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
51 147 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 55.9565 158.858] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (4) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
61 161 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
53 161 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
53 161 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
61 161 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 34.1991 158.858] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (BB) s
setmatrix
% rfrm
gsave
% 4 arcs
matrix currentmatrix
41 161 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
33 161 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
33 161 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
41 161 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 38 158 m 39.5309 154.938 l 41.0619 156.469 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 46 150 m
40.2964 155.704 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 56 158 m 52.9381 156.469 l 54.4691 154.938 l closepath
eofill
grestore
gsave
newpath 48 150 m
53.7036 155.704 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 48 144 m 50.6133 141.789 l 51.4174 143.799 l closepath
eofill
grestore
gsave
newpath 68 136 m
51.0153 142.794 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 28.5478 174] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
(ST) s sp sp sp (Register,4\(BB\)) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 85.7352 144.897] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 84.453 143.685 m
100.998 143.685 l
100.998 150.335 l
84.453 150.335 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 12 128] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (3:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 114 174] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (4) s
setmatrix
% irpoly2
gsave
newpath 8 8 m
152 8 l
152 182 l
8 182 l
closepath
stroke
grestore
% polyline2
gsave
newpath 8 120 m
152 120 l
stroke
grestore
% polyline2
gsave
newpath 8 82 m
152 82 l
stroke
grestore
grestore
%%Trailer
end
draw_initial_state restore